﻿2026-07-29T21:07:09.1548509Z ##[group]Run set -euo pipefail
2026-07-29T21:07:09.1548804Z [36;1mset -euo pipefail[0m
2026-07-29T21:07:09.1549099Z [36;1mPIN=0c95435[0m
2026-07-29T21:07:09.1549313Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-07-29T21:07:09.1549576Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-07-29T21:07:09.1549924Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-07-29T21:07:09.1550362Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-07-29T21:07:09.1550785Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-07-29T21:07:09.1551142Z [36;1m  rm -rf "$CACHE"[0m
2026-07-29T21:07:09.1551390Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-07-29T21:07:09.1551671Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-07-29T21:07:09.1552015Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-07-29T21:07:09.1552362Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-07-29T21:07:09.1552616Z [36;1mfi[0m
2026-07-29T21:07:09.1552893Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-07-29T21:07:09.1565435Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-07-29T21:07:09.1565721Z env:
2026-07-29T21:07:09.1565919Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-07-29T21:07:09.1566293Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30491030714-1-c9yvsx
2026-07-29T21:07:09.1566766Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30491030714-1-c9yvsx
2026-07-29T21:07:09.1567209Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30491030714-1-c9yvsx
2026-07-29T21:07:09.1567649Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30491030714-1-c9yvsx
2026-07-29T21:07:09.1567988Z ##[endgroup]
2026-07-29T21:07:09.4321581Z    Compiling proc-macro2 v1.0.106
2026-07-29T21:07:09.4322569Z    Compiling quote v1.0.45
2026-07-29T21:07:09.4323041Z    Compiling unicode-ident v1.0.24
2026-07-29T21:07:09.4323608Z    Compiling libc v0.2.186
2026-07-29T21:07:09.4323909Z    Compiling serde_core v1.0.228
2026-07-29T21:07:09.4324186Z    Compiling cfg-if v1.0.4
2026-07-29T21:07:09.4324429Z    Compiling serde v1.0.228
2026-07-29T21:07:09.4360279Z    Compiling log v0.4.32
2026-07-29T21:07:09.4401241Z    Compiling pin-project-lite v0.2.17
2026-07-29T21:07:09.4435822Z    Compiling typenum v1.20.1
2026-07-29T21:07:09.4498539Z    Compiling portable-atomic v1.13.1
2026-07-29T21:07:09.4503540Z    Compiling version_check v0.9.5
2026-07-29T21:07:09.4545414Z    Compiling memchr v2.8.1
2026-07-29T21:07:09.4592016Z    Compiling shlex v2.0.1
2026-07-29T21:07:09.4634833Z    Compiling find-msvc-tools v0.1.9
2026-07-29T21:07:09.4951691Z    Compiling critical-section v1.2.0
2026-07-29T21:07:09.5181355Z    Compiling bytes v1.11.1
2026-07-29T21:07:09.5351286Z    Compiling subtle v2.6.1
2026-07-29T21:07:09.6262165Z    Compiling futures-core v0.3.32
2026-07-29T21:07:09.6577987Z    Compiling equivalent v1.0.2
2026-07-29T21:07:09.6671391Z    Compiling smallvec v1.15.1
2026-07-29T21:07:09.6810029Z    Compiling itoa v1.0.18
2026-07-29T21:07:09.7251046Z    Compiling semver v1.0.28
2026-07-29T21:07:09.7257416Z    Compiling stable_deref_trait v1.2.1
2026-07-29T21:07:09.7399688Z    Compiling futures-io v0.3.32
2026-07-29T21:07:09.7515158Z    Compiling futures-sink v0.3.32
2026-07-29T21:07:09.8151362Z    Compiling slab v0.4.12
2026-07-29T21:07:09.8227061Z    Compiling futures-channel v0.3.32
2026-07-29T21:07:09.8228583Z    Compiling futures-task v0.3.32
2026-07-29T21:07:09.8431004Z    Compiling generic-array v0.14.7
2026-07-29T21:07:09.9003438Z    Compiling rand_core v0.10.1
2026-07-29T21:07:09.9323677Z    Compiling rustversion v1.0.22
2026-07-29T21:07:09.9740578Z    Compiling hashbrown v0.17.1
2026-07-29T21:07:10.0140614Z    Compiling bitflags v2.12.1
2026-07-29T21:07:10.0231301Z    Compiling getrandom v0.4.2
2026-07-29T21:07:10.0330766Z    Compiling cpufeatures v0.2.17
2026-07-29T21:07:10.0481029Z    Compiling fnv v1.0.7
2026-07-29T21:07:10.0596498Z    Compiling cfg_aliases v0.2.1
2026-07-29T21:07:10.1014898Z    Compiling rustc_version v0.4.1
2026-07-29T21:07:10.1117822Z    Compiling strsim v0.11.1
2026-07-29T21:07:10.1158380Z    Compiling litemap v0.8.2
2026-07-29T21:07:10.1242710Z    Compiling writeable v0.6.3
2026-07-29T21:07:10.1720964Z    Compiling dunce v1.0.5
2026-07-29T21:07:10.2433511Z    Compiling utf8_iter v1.0.4
2026-07-29T21:07:10.2734338Z    Compiling ident_case v1.0.1
2026-07-29T21:07:10.3040939Z    Compiling fs_extra v1.3.0
2026-07-29T21:07:10.3635731Z    Compiling icu_properties_data v2.2.0
2026-07-29T21:07:10.3639777Z    Compiling icu_normalizer_data v2.2.0
2026-07-29T21:07:10.4118814Z    Compiling percent-encoding v2.3.2
2026-07-29T21:07:10.4210840Z    Compiling autocfg v1.5.1
2026-07-29T21:07:10.4608286Z    Compiling http v1.4.1
2026-07-29T21:07:10.6423948Z    Compiling thiserror v2.0.18
2026-07-29T21:07:10.6480514Z    Compiling unicode-segmentation v1.13.3
2026-07-29T21:07:10.6796192Z    Compiling cpufeatures v0.3.0
2026-07-29T21:07:10.6861280Z    Compiling aws-lc-rs v1.17.0
2026-07-29T21:07:10.7238912Z    Compiling scopeguard v1.2.0
2026-07-29T21:07:10.7380612Z    Compiling chacha20 v0.10.0
2026-07-29T21:07:10.7541355Z    Compiling form_urlencoded v1.2.2
2026-07-29T21:07:10.8381356Z    Compiling indexmap v2.14.0
2026-07-29T21:07:10.8501118Z    Compiling lock_api v0.4.14
2026-07-29T21:07:10.9259393Z    Compiling untrusted v0.9.0
2026-07-29T21:07:10.9363511Z    Compiling heck v0.5.0
2026-07-29T21:07:10.9441129Z    Compiling syn v2.0.117
2026-07-29T21:07:10.9909771Z    Compiling rustls v0.23.40
2026-07-29T21:07:11.0220508Z    Compiling unicode-xid v0.2.6
2026-07-29T21:07:11.0290379Z    Compiling atomic-waker v1.1.2
2026-07-29T21:07:11.0317478Z    Compiling const-oid v0.10.2
2026-07-29T21:07:11.0531108Z    Compiling anyhow v1.0.102
2026-07-29T21:07:11.0640883Z    Compiling paste v1.0.15
2026-07-29T21:07:11.1162933Z    Compiling httparse v1.10.1
2026-07-29T21:07:11.1280582Z    Compiling parking_lot_core v0.9.12
2026-07-29T21:07:11.1770521Z    Compiling convert_case v0.10.0
2026-07-29T21:07:11.1900394Z    Compiling zerocopy v0.8.50
2026-07-29T21:07:11.2050281Z    Compiling num-traits v0.2.19
2026-07-29T21:07:11.2480848Z    Compiling jobserver v0.1.34
2026-07-29T21:07:11.3120533Z    Compiling hybrid-array v0.4.12
2026-07-29T21:07:11.3351267Z    Compiling curve25519-dalek v4.1.3
2026-07-29T21:07:11.3611404Z    Compiling ahash v0.8.12
2026-07-29T21:07:11.3862820Z    Compiling fastrand v2.4.1
2026-07-29T21:07:11.4038770Z    Compiling base64ct v1.8.3
2026-07-29T21:07:11.5306002Z    Compiling cc v1.2.63
2026-07-29T21:07:11.5776793Z    Compiling powerfmt v0.2.0
2026-07-29T21:07:11.6000805Z    Compiling crypto-common v0.1.7
2026-07-29T21:07:11.6074279Z    Compiling block-buffer v0.10.4
2026-07-29T21:07:11.6400677Z    Compiling http-body v1.0.1
2026-07-29T21:07:11.6500381Z    Compiling either v1.16.0
2026-07-29T21:07:11.7180778Z    Compiling pem-rfc7468 v1.0.0
2026-07-29T21:07:11.7720165Z    Compiling digest v0.10.7
2026-07-29T21:07:11.7802389Z    Compiling deranged v0.5.8
2026-07-29T21:07:11.8803161Z    Compiling try-lock v0.2.5
2026-07-29T21:07:11.9159600Z    Compiling base64 v0.22.1
2026-07-29T21:07:11.9569829Z    Compiling tower-service v0.3.3
2026-07-29T21:07:11.9771040Z    Compiling data-encoding v2.11.0
2026-07-29T21:07:12.0055202Z    Compiling num-conv v0.2.2
2026-07-29T21:07:12.0330685Z    Compiling mio v1.2.1
2026-07-29T21:07:12.0396975Z    Compiling socket2 v0.6.4
2026-07-29T21:07:12.0510394Z    Compiling getrandom v0.2.17
2026-07-29T21:07:12.1709803Z    Compiling time-core v0.1.8
2026-07-29T21:07:12.1748703Z    Compiling pkg-config v0.3.33
2026-07-29T21:07:12.2560627Z    Compiling rand_core v0.6.4
2026-07-29T21:07:12.2690569Z    Compiling zmij v1.0.21
2026-07-29T21:07:12.3800774Z    Compiling rand v0.10.1
2026-07-29T21:07:12.3870869Z    Compiling uuid v1.23.2
2026-07-29T21:07:12.4444202Z    Compiling vcpkg v0.2.15
2026-07-29T21:07:12.4449815Z    Compiling tinyvec_macros v0.1.1
2026-07-29T21:07:12.4581699Z    Compiling parking_lot v0.12.5
2026-07-29T21:07:12.5041370Z    Compiling tinyvec v1.11.0
2026-07-29T21:07:12.5447475Z    Compiling sha2 v0.10.9
2026-07-29T21:07:12.5710681Z    Compiling crypto-common v0.2.2
2026-07-29T21:07:12.8570653Z    Compiling block-buffer v0.12.0
2026-07-29T21:07:12.8890529Z    Compiling want v0.3.1
2026-07-29T21:07:12.9589309Z    Compiling cmake v0.1.58
2026-07-29T21:07:13.0111334Z    Compiling inout v0.1.4
2026-07-29T21:07:13.0502159Z    Compiling vergen-lib v9.1.0
2026-07-29T21:07:13.0640738Z    Compiling n0-future v0.3.2
2026-07-29T21:07:13.1000742Z    Compiling httpdate v1.0.3
2026-07-29T21:07:13.1160520Z    Compiling cordyceps v0.3.4
2026-07-29T21:07:13.1757880Z    Compiling serde_json v1.0.150
2026-07-29T21:07:13.2065910Z    Compiling diatomic-waker v0.2.3
2026-07-29T21:07:13.2336514Z    Compiling spin v0.10.0
2026-07-29T21:07:13.2488311Z    Compiling signature v2.2.0
2026-07-29T21:07:13.3000646Z    Compiling parking v2.2.1
2026-07-29T21:07:13.3190973Z    Compiling crossbeam-utils v0.8.21
2026-07-29T21:07:13.3486905Z    Compiling winnow v1.0.3
2026-07-29T21:07:13.3598544Z    Compiling ed25519 v2.2.3
2026-07-29T21:07:13.3860777Z    Compiling cipher v0.4.4
2026-07-29T21:07:13.3934942Z    Compiling digest v0.11.3
2026-07-29T21:07:13.4090695Z    Compiling futures-lite v2.6.1
2026-07-29T21:07:13.4390328Z    Compiling netlink-packet-core v0.8.1
2026-07-29T21:07:13.4740819Z    Compiling futures-buffered v0.2.13
2026-07-29T21:07:13.4840309Z    Compiling universal-hash v0.5.1
2026-07-29T21:07:13.4970671Z    Compiling vergen-lib v0.1.6
2026-07-29T21:07:13.5984887Z    Compiling vergen v9.1.0
2026-07-29T21:07:13.6201863Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-07-29T21:07:13.6290895Z    Compiling heapless v0.7.17
2026-07-29T21:07:13.6681895Z    Compiling noq-udp v0.10.0
2026-07-29T21:07:13.6856687Z    Compiling sync_wrapper v1.0.2
2026-07-29T21:07:13.6940624Z    Compiling opaque-debug v0.3.1
2026-07-29T21:07:13.7155287Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-07-29T21:07:13.7528735Z    Compiling byteorder v1.5.0
2026-07-29T21:07:13.7640619Z    Compiling allocator-api2 v0.2.21
2026-07-29T21:07:13.8060372Z    Compiling polyval v0.6.2
2026-07-29T21:07:13.9162550Z    Compiling spin v0.9.8
2026-07-29T21:07:13.9213297Z    Compiling vergen-gitcl v1.0.8
2026-07-29T21:07:13.9271583Z    Compiling signature v3.0.0
2026-07-29T21:07:13.9372321Z    Compiling aws-lc-sys v0.41.0
2026-07-29T21:07:13.9680858Z    Compiling ring v0.17.14
2026-07-29T21:07:14.0130657Z    Compiling libsqlite3-sys v0.30.1
2026-07-29T21:07:14.0440526Z    Compiling hash32 v0.2.1
2026-07-29T21:07:14.1022909Z    Compiling fallible-streaming-iterator v0.1.9
2026-07-29T21:07:14.1182213Z    Compiling fallible-iterator v0.3.0
2026-07-29T21:07:14.1302971Z    Compiling tower-layer v0.3.3
2026-07-29T21:07:14.1449522Z    Compiling ryu v1.0.23
2026-07-29T21:07:14.1840505Z    Compiling num_threads v0.1.7
2026-07-29T21:07:14.2706594Z    Compiling time v0.3.47
2026-07-29T21:07:14.2918846Z    Compiling ghash v0.5.1
2026-07-29T21:07:14.3160632Z    Compiling sha2 v0.11.0-rc.5
2026-07-29T21:07:14.3194601Z    Compiling aes v0.8.4
2026-07-29T21:07:14.3704402Z    Compiling ctr v0.9.2
2026-07-29T21:07:14.4046747Z    Compiling fs2 v0.4.3
2026-07-29T21:07:14.5656467Z    Compiling http-body-util v0.1.3
2026-07-29T21:07:14.5734541Z    Compiling aead v0.5.2
2026-07-29T21:07:14.5852232Z    Compiling arrayvec v0.7.6
2026-07-29T21:07:14.5924344Z    Compiling utf8parse v0.2.2
2026-07-29T21:07:14.6054742Z    Compiling openssl-probe v0.2.1
2026-07-29T21:07:14.7014701Z    Compiling crossbeam-channel v0.5.15
2026-07-29T21:07:14.7213398Z    Compiling crossbeam-epoch v0.9.18
2026-07-29T21:07:14.8160401Z    Compiling blake3 v1.8.5
2026-07-29T21:07:14.8230409Z    Compiling netlink-packet-route v0.29.0
2026-07-29T21:07:14.8660602Z    Compiling memoffset v0.6.5
2026-07-29T21:07:15.0463620Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-07-29T21:07:15.1123047Z    Compiling aes-gcm v0.10.3
2026-07-29T21:07:15.1291533Z    Compiling acto v0.8.2
2026-07-29T21:07:15.1420395Z    Compiling noq v0.18.0
2026-07-29T21:07:15.1876676Z    Compiling netwatch v0.16.0
2026-07-29T21:07:15.2900842Z    Compiling tagptr v0.2.0
2026-07-29T21:07:15.2950261Z    Compiling identity-hash v0.1.0
2026-07-29T21:07:15.3701148Z    Compiling xml-rs v0.8.28
2026-07-29T21:07:15.3792423Z    Compiling sorted-index-buffer v0.2.1
2026-07-29T21:07:15.4000879Z    Compiling mac-addr v0.3.0
2026-07-29T21:07:15.4168680Z    Compiling foldhash v0.2.0
2026-07-29T21:07:15.4412667Z    Compiling ref-cast v1.0.25
2026-07-29T21:07:15.4631410Z    Compiling thiserror v1.0.69
2026-07-29T21:07:15.5161730Z    Compiling lru-slab v0.1.2
2026-07-29T21:07:15.5881453Z    Compiling rustix v1.1.4
2026-07-29T21:07:15.6040784Z    Compiling rustc-hash v2.1.2
2026-07-29T21:07:15.6255889Z    Compiling hashbrown v0.16.1
2026-07-29T21:07:15.7115205Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-07-29T21:07:15.9052669Z    Compiling netlink-packet-route v0.30.0
2026-07-29T21:07:16.0001120Z    Compiling termios v0.2.2
2026-07-29T21:07:16.0580809Z    Compiling synstructure v0.13.2
2026-07-29T21:07:16.1398514Z    Compiling darling_core v0.20.11
2026-07-29T21:07:16.1480783Z    Compiling xmltree v0.10.3
2026-07-29T21:07:16.3719740Z    Compiling serde_derive_internals v0.29.1
2026-07-29T21:07:16.4257782Z    Compiling errno v0.3.14
2026-07-29T21:07:16.4400625Z    Compiling ioctl-rs v0.1.6
2026-07-29T21:07:16.5506186Z    Compiling proc-macro-crate v3.5.0
2026-07-29T21:07:16.6130542Z    Compiling serial-core v0.4.0
2026-07-29T21:07:16.6169870Z    Compiling simple-dns v0.9.3
2026-07-29T21:07:16.6630521Z    Compiling aho-corasick v1.1.4
2026-07-29T21:07:16.7951014Z    Compiling arrayref v0.3.9
2026-07-29T21:07:16.7980648Z    Compiling sha1_smol v1.0.1
2026-07-29T21:07:16.8458679Z    Compiling simdutf8 v0.1.5
2026-07-29T21:07:16.8550748Z    Compiling signal-hook v0.3.18
2026-07-29T21:07:17.0079165Z    Compiling winnow v0.7.15
2026-07-29T21:07:17.0205834Z    Compiling resolv-conf v0.7.6
2026-07-29T21:07:17.0481347Z    Compiling constant_time_eq v0.4.2
2026-07-29T21:07:17.1250997Z    Compiling smol_str v0.1.24
2026-07-29T21:07:17.1630987Z    Compiling linux-raw-sys v0.12.1
2026-07-29T21:07:17.1779473Z    Compiling regex-syntax v0.8.10
2026-07-29T21:07:17.2788568Z    Compiling toml_write v0.1.2
2026-07-29T21:07:17.5146788Z    Compiling serial-unix v0.4.0
2026-07-29T21:07:17.5771022Z    Compiling signal-hook-registry v1.4.8
2026-07-29T21:07:17.5882125Z    Compiling lru v0.16.4
2026-07-29T21:07:17.7397580Z    Compiling darling_core v0.23.0
2026-07-29T21:07:17.8240648Z    Compiling serde_bytes v0.11.19
2026-07-29T21:07:17.9013297Z    Compiling seize v0.5.1
2026-07-29T21:07:18.0420239Z    Compiling hmac v0.12.1
2026-07-29T21:07:18.0651558Z    Compiling iroh v0.98.2
2026-07-29T21:07:18.1068700Z    Compiling serde_derive v1.0.228
2026-07-29T21:07:18.1720526Z    Compiling zeroize_derive v1.4.3
2026-07-29T21:07:18.3270550Z    Compiling tokio-macros v2.7.0
2026-07-29T21:07:18.3705017Z    Compiling zerofrom-derive v0.1.7
2026-07-29T21:07:18.8113928Z    Compiling zeroize v1.8.2
2026-07-29T21:07:19.0030679Z    Compiling futures-macro v0.3.32
2026-07-29T21:07:19.0364416Z    Compiling tokio v1.52.3
2026-07-29T21:07:19.1400684Z    Compiling yoke-derive v0.8.2
2026-07-29T21:07:19.2990842Z    Compiling zerovec-derive v0.11.3
2026-07-29T21:07:19.4982989Z    Compiling displaydoc v0.2.6
2026-07-29T21:07:19.5420820Z    Compiling tracing-attributes v0.1.31
2026-07-29T21:07:19.8741847Z    Compiling zerofrom v0.1.8
2026-07-29T21:07:20.0167381Z    Compiling futures-util v0.3.32
2026-07-29T21:07:20.0260590Z    Compiling rustls-pki-types v1.14.1
2026-07-29T21:07:20.3120814Z    Compiling thiserror-impl v2.0.18
2026-07-29T21:07:20.4113564Z    Compiling yoke v0.8.3
2026-07-29T21:07:20.5609612Z    Compiling curve25519-dalek-derive v0.1.1
2026-07-29T21:07:20.6226621Z    Compiling zerotrie v0.2.4
2026-07-29T21:07:20.7760376Z    Compiling zerovec v0.11.6
2026-07-29T21:07:21.0074364Z    Compiling darling_macro v0.20.11
2026-07-29T21:07:21.2108694Z    Compiling derive_more-impl v2.1.1
2026-07-29T21:07:21.2655024Z    Compiling n0-error-macros v0.1.3
2026-07-29T21:07:21.3371754Z    Compiling spez v0.1.2
2026-07-29T21:07:21.3490177Z    Compiling darling v0.20.11
2026-07-29T21:07:21.4180955Z    Compiling derive_builder_core v0.20.2
2026-07-29T21:07:21.5840752Z    Compiling tinystr v0.8.3
2026-07-29T21:07:21.7953289Z    Compiling icu_locale_core v2.2.0
2026-07-29T21:07:21.8131184Z    Compiling potential_utf v0.1.5
2026-07-29T21:07:21.8191020Z    Compiling der v0.8.0-rc.10
2026-07-29T21:07:21.9610010Z    Compiling icu_collections v2.2.0
2026-07-29T21:07:22.1730323Z    Compiling pin-project-internal v1.1.13
2026-07-29T21:07:22.4758221Z    Compiling n0-error v0.1.3
2026-07-29T21:07:22.7980648Z    Compiling derive_builder_macro v0.20.2
2026-07-29T21:07:22.8270553Z    Compiling ed25519-dalek v2.2.0
2026-07-29T21:07:22.8733610Z    Compiling cobs v0.3.0
2026-07-29T21:07:23.0804740Z    Compiling icu_provider v2.2.0
2026-07-29T21:07:23.1042858Z    Compiling derive_builder v0.20.2
2026-07-29T21:07:23.1489738Z    Compiling spt-proto v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-07-29T21:07:23.5879778Z    Compiling icu_properties v2.2.0
2026-07-29T21:07:23.5954189Z    Compiling icu_normalizer v2.2.0
2026-07-29T21:07:23.6058579Z    Compiling ipnet v2.12.0
2026-07-29T21:07:23.6260648Z    Compiling pin-project v1.1.13
2026-07-29T21:07:23.6340786Z    Compiling spki v0.8.0-rc.4
2026-07-29T21:07:23.7150624Z    Compiling futures-executor v0.3.32
2026-07-29T21:07:23.8410890Z    Compiling pkcs8 v0.11.0-rc.10
2026-07-29T21:07:23.8930226Z    Compiling futures v0.3.32
2026-07-29T21:07:23.9802587Z    Compiling ed25519 v3.0.0-rc.4
2026-07-29T21:07:24.0250567Z    Compiling prefix-trie v0.8.4
2026-07-29T21:07:24.3311205Z    Compiling once_cell v1.21.4
2026-07-29T21:07:24.4911089Z    Compiling postcard-derive v0.2.2
2026-07-29T21:07:24.4931096Z    Compiling data-encoding-macro-internal v0.1.18
2026-07-29T21:07:24.5803346Z    Compiling tracing-core v0.1.36
2026-07-29T21:07:24.7815917Z    Compiling hashbrown v0.14.5
2026-07-29T21:07:24.8001106Z    Compiling rustls-native-certs v0.8.4
2026-07-29T21:07:24.8115641Z    Compiling num_enum_derive v0.7.6
2026-07-29T21:07:24.8364977Z    Compiling strum_macros v0.28.0
2026-07-29T21:07:24.9601250Z    Compiling tokio-util v0.7.18
2026-07-29T21:07:25.1082025Z    Compiling idna_adapter v1.2.2
2026-07-29T21:07:25.2390015Z    Compiling tracing v0.1.44
2026-07-29T21:07:25.3046779Z    Compiling idna v1.1.0
2026-07-29T21:07:25.3771191Z    Compiling netlink-sys v0.8.8
2026-07-29T21:07:25.4080812Z    Compiling postcard v1.1.3
2026-07-29T21:07:25.5824488Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-07-29T21:07:25.6232087Z    Compiling hashlink v0.9.1
2026-07-29T21:07:25.6350705Z    Compiling data-encoding-macro v0.1.20
2026-07-29T21:07:25.6810667Z    Compiling derive_more v2.1.1
2026-07-29T21:07:25.7060602Z    Compiling tower v0.5.3
2026-07-29T21:07:25.7240678Z    Compiling enum-assoc v1.3.0
2026-07-29T21:07:25.8130842Z    Compiling iroh-metrics-derive v0.4.1
2026-07-29T21:07:25.8260835Z    Compiling async-trait v0.1.89
2026-07-29T21:07:25.8780873Z    Compiling netdev v0.42.0
2026-07-29T21:07:26.0306551Z    Compiling url v2.5.8
2026-07-29T21:07:26.0586696Z    Compiling h2 v0.4.14
2026-07-29T21:07:26.1620834Z    Compiling rusqlite v0.32.1
2026-07-29T21:07:26.2446887Z    Compiling n0-watcher v0.6.1
2026-07-29T21:07:26.2542061Z    Compiling num_enum v0.7.6
2026-07-29T21:07:26.2990810Z    Compiling iroh-metrics v0.38.3
2026-07-29T21:07:26.3730431Z    Compiling tokio-stream v0.1.18
2026-07-29T21:07:26.4491370Z    Compiling netlink-proto v0.12.0
2026-07-29T21:07:26.4849567Z    Compiling iroh-relay v0.98.0
2026-07-29T21:07:26.5464088Z    Compiling moka v0.12.15
2026-07-29T21:07:26.5821011Z    Compiling serde_spanned v0.6.9
2026-07-29T21:07:26.7401397Z    Compiling toml_datetime v0.6.11
2026-07-29T21:07:26.7430789Z    Compiling ref-cast-impl v1.0.25
2026-07-29T21:07:26.7900721Z    Compiling thiserror-impl v1.0.69
2026-07-29T21:07:26.8260600Z    Compiling hickory-proto v0.26.0-beta.4
2026-07-29T21:07:26.9302082Z    Compiling tower-http v0.6.11
2026-07-29T21:07:26.9611250Z    Compiling attohttpc v0.30.1
2026-07-29T21:07:27.1220555Z    Compiling iroh-base v0.98.0
2026-07-29T21:07:27.1540679Z    Compiling toml_edit v0.22.27
2026-07-29T21:07:27.3781009Z    Compiling spt-store v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-07-29T21:07:27.6339655Z    Compiling strum v0.28.0
2026-07-29T21:07:27.6840382Z    Compiling webpki-roots v1.0.7
2026-07-29T21:07:27.7500967Z    Compiling iroh-dns v0.98.0
2026-07-29T21:07:27.7578081Z    Compiling regex-automata v0.4.14
2026-07-29T21:07:27.7610743Z    Compiling schemars_derive v1.2.1
2026-07-29T21:07:27.7866222Z    Compiling rustix v0.38.44
2026-07-29T21:07:27.9981529Z    Compiling bitflags v1.3.2
2026-07-29T21:07:28.0784877Z    Compiling pin-utils v0.1.0
2026-07-29T21:07:28.1074024Z    Compiling dyn-clone v1.0.20
2026-07-29T21:07:28.1363214Z    Compiling cmov v0.5.4
2026-07-29T21:07:28.1580839Z    Compiling nix v0.25.1
2026-07-29T21:07:28.3200912Z    Compiling backon v1.6.0
2026-07-29T21:07:28.3330776Z    Compiling darling_macro v0.23.0
2026-07-29T21:07:28.4056133Z    Compiling filedescriptor v0.8.3
2026-07-29T21:07:28.4210712Z    Compiling ctutils v0.4.2
2026-07-29T21:07:28.4704662Z    Compiling hkdf v0.12.4
2026-07-29T21:07:28.5958085Z    Compiling papaya v0.2.4
2026-07-29T21:07:28.6780699Z    Compiling serial v0.4.0
2026-07-29T21:07:28.7119330Z    Compiling anstyle-parse v1.0.0
2026-07-29T21:07:28.7480975Z    Compiling vte_generate_state_changes v0.1.2
2026-07-29T21:07:28.7691038Z    Compiling downcast-rs v1.2.1
2026-07-29T21:07:28.8549292Z    Compiling is_terminal_polyfill v1.70.2
2026-07-29T21:07:28.8859159Z    Compiling unicode-width v0.2.0
2026-07-29T21:07:28.9330985Z    Compiling anstyle v1.0.14
2026-07-29T21:07:28.9494779Z    Compiling linux-raw-sys v0.4.15
2026-07-29T21:07:29.0350434Z    Compiling foldhash v0.1.5
2026-07-29T21:07:29.0423320Z    Compiling colorchoice v1.0.5
2026-07-29T21:07:29.1150327Z    Compiling anstyle-query v1.1.5
2026-07-29T21:07:29.1289195Z    Compiling instability v0.3.12
2026-07-29T21:07:29.1849179Z    Compiling shell-words v1.1.1
2026-07-29T21:07:29.1857240Z    Compiling hashbrown v0.15.5
2026-07-29T21:07:29.2194836Z    Compiling anstream v1.0.0
2026-07-29T21:07:29.2211459Z    Compiling vte v0.13.1
2026-07-29T21:07:29.2303193Z    Compiling signal-hook-mio v0.2.5
2026-07-29T21:07:29.3058221Z    Compiling darling v0.23.0
2026-07-29T21:07:29.3385403Z    Compiling spake2 v0.4.0
2026-07-29T21:07:29.3634072Z    Compiling terminal_size v0.4.4
2026-07-29T21:07:29.4080605Z    Compiling strum_macros v0.26.4
2026-07-29T21:07:29.4980736Z    Compiling sha1 v0.10.6
2026-07-29T21:07:29.6700556Z    Compiling itertools v0.13.0
2026-07-29T21:07:29.7575402Z    Compiling toml v0.8.23
2026-07-29T21:07:29.8282139Z    Compiling castaway v0.2.4
2026-07-29T21:07:29.9462992Z    Compiling clap_lex v1.1.0
2026-07-29T21:07:29.9994254Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-07-29T21:07:30.0280399Z    Compiling schemars v1.2.1
2026-07-29T21:07:30.2322228Z    Compiling static_assertions v1.1.0
2026-07-29T21:07:30.3320780Z    Compiling doctest-file v1.1.1
2026-07-29T21:07:30.3624275Z    Compiling indoc v2.0.7
2026-07-29T21:07:30.6930100Z    Compiling unicode-width v0.1.14
2026-07-29T21:07:30.8043347Z    Compiling regex v1.12.3
2026-07-29T21:07:30.8469902Z    Compiling interprocess v2.4.2
2026-07-29T21:07:31.0049112Z    Compiling crossterm v0.28.1
2026-07-29T21:07:31.5701456Z    Compiling spt-msg v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-07-29T21:07:31.5898100Z    Compiling compact_str v0.8.2
2026-07-29T21:07:31.7130751Z    Compiling unicode-truncate v1.1.0
2026-07-29T21:07:31.7882283Z    Compiling clap_builder v4.6.0
2026-07-29T21:07:31.8525785Z    Compiling lru v0.12.5
2026-07-29T21:07:32.0511422Z    Compiling spt-runtime v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-07-29T21:07:32.0600717Z    Compiling strum v0.26.3
2026-07-29T21:07:32.1840600Z    Compiling hyper v1.10.1
2026-07-29T21:07:32.4581012Z    Compiling portable-pty v0.8.1
2026-07-29T21:07:32.6030488Z    Compiling clap_derive v4.6.1
2026-07-29T21:07:32.6090930Z    Compiling cassowary v0.3.0
2026-07-29T21:07:32.8153424Z    Compiling iana-time-zone v0.1.65
2026-07-29T21:07:32.8490816Z    Compiling nucleo-matcher v0.3.1
2026-07-29T21:07:32.8961900Z    Compiling spt-term v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-07-29T21:07:32.9480554Z    Compiling ratatui v0.29.0
2026-07-29T21:07:33.2040073Z    Compiling chrono v0.4.45
2026-07-29T21:07:33.5120030Z    Compiling qrcode v0.14.1
2026-07-29T21:07:33.6070629Z    Compiling tempfile v3.27.0
2026-07-29T21:07:33.9218748Z    Compiling hyper-util v0.1.20
2026-07-29T21:07:34.9821669Z    Compiling clap v4.6.1
2026-07-29T21:07:35.6751246Z    Compiling spt-live v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-07-29T21:07:35.7851271Z    Compiling igd-next v0.17.1
2026-07-29T21:07:36.9950468Z    Compiling portmapper v0.16.0
2026-07-29T21:07:42.1314830Z    Compiling rustls-webpki v0.103.13
2026-07-29T21:07:44.4793929Z    Compiling tokio-rustls v0.26.4
2026-07-29T21:07:44.4794726Z    Compiling rustls-platform-verifier v0.7.0
2026-07-29T21:07:44.4795201Z    Compiling noq-proto v0.17.0
2026-07-29T21:07:44.6173477Z    Compiling hyper-rustls v0.27.9
2026-07-29T21:07:44.6175429Z    Compiling hickory-net v0.26.0-beta.4
2026-07-29T21:07:44.6175921Z    Compiling tokio-websockets v0.13.2
2026-07-29T21:07:44.7522158Z    Compiling reqwest v0.13.4
2026-07-29T21:07:45.6545749Z    Compiling hickory-resolver v0.26.0-beta.4
2026-07-29T21:07:59.3781520Z    Compiling spt-net v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-07-29T21:08:00.9025210Z    Compiling spt-daemon v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-07-29T21:08:10.9893488Z    Compiling spt v0.45.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-07-29T21:08:15.9696205Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 06s
2026-07-29T21:08:15.9913315Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-3c641108830fd335)
2026-07-29T21:08:15.9926382Z 
2026-07-29T21:08:15.9926525Z running 1 test
2026-07-29T21:08:22.0797997Z test new_brain_serves_against_old_broker ... ok
2026-07-29T21:08:22.0798293Z 
2026-07-29T21:08:22.0798525Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-07-29T21:08:22.0798807Z 
